home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Other / mCD / Source / CD_DBase.subproj / CD_DBase10_00.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-05-11  |  19.7 KB  |  494 lines

  1. #import <sys/types.h>
  2. #import <stddef.h>
  3. #import "CD_DBaseSubs.h"
  4.  
  5.     /* This subroutine has information for CD's with 10 tracks, and
  6.      * which have under 40 minutes of music on them.
  7.      */
  8.  
  9. #define TPHEART_GETIT_GG       639827118 /* key parts = 1777.22.10.168 173 */
  10. #define TPHEART_GETIT_M        640719918 /* key parts = 1779.58.10.168 174 */
  11. #define TPHEART_TPHEART_GG     667187248 /* key parts = 1853.22.10.148 211 */
  12. #define TPHEART_TPHEART_M      668747248 /* key parts = 1857.47.10.148 214 */
  13. #define PINKF_EARLYSING_SO     723255927 /* key parts = 2009.03.10.177 345 */
  14. #define PSIMON_STILLCRAZY      761055956 /* key parts = 2114.03.10.206 243 */
  15. #define GLIGHT_WAITING4YOU     783841566 /* key parts = 2177.25.10.216 197 */
  16. #define ICEHOU_ICEHOUSE        808019202 /* key parts = 2244.37.10.252 216 */
  17. #define BENATAR_CRIMESOP       809819155 /* key parts = 2249.37.10.205 259 */
  18. #define TPHEART_LONGAFTER      810001533 /* key parts = 2250.00.10.183 272 */
  19. #define EAGLES_EAGLES          810611165 /* key parts = 2251.52.10.215 174 */
  20. #define GLIGHT_SUMMERTDREAM    818617551 /* key parts = 2273.70.10.201 289 */
  21. #define NGRIFFITH_STORMS       820897599 /* key parts = 2280.20.10.249 337 */
  22. #define BENATAR_HEATOFNIGHT    834683159 /* key parts = 2318.42.10.209 213 */
  23. #define MOODY_QUESTIONOB       837207948 /* key parts = 2325.43.10.348 213 */
  24. #define JMELLEN_WHENEVER       839953583 /* key parts = 2333.15.10.233 199 */
  25. #define BENATAR_TROPICO        842195152 /* key parts = 2339.32.10.202 247 */
  26. #define HEART_LQUEEN           849419212 /* key parts = 2359.37.10.262 355 */
  27. #define CALL_REDMOON           849841604 /* key parts = 2360.50.10.254 252 */
  28. #define SBOG_CATK_SIMPATICO    851435142 /* key parts = 2365.07.10.192 313 */
  29. #define EJOHN_ELTONJOHN_DJM    853619194 /* key parts = 2371.12.10.244 306 */
  30. #define EJOHN_ELTONJOHN_POLY   853887994 /* key parts = 2371.68.10.244 306 */
  31. #define LRONST_FEELSLIKEHOME   854257589 /* key parts = 2372.70.10.239 241 */
  32. #define CHICAGO_VIII           854401569 /* key parts = 2373.25.10.219 211 */
  33. #define BSPRING_LUCKYTOWN      857223998 /* key parts = 2381.13.10.248 236 */
  34. #define JMELLEN_LONEJUBIL      859441582 /* key parts = 2387.25.10.232 209 */
  35. #define CUSCO_COOLISLE         860041546 /* key parts = 2389.00.10.196 306 */
  36. #define EJOHN_ELTONJOHN_MCA    860353594 /* key parts = 2389.65.10.244 309 */
  37. #define BENATAR_GETNERVOUS     861241611 /* key parts = 2392.25.10.261 227 */
  38.  
  39.  
  40. void filltoc10_00(tocPtr, cdKey)
  41. struct cd_toc *tocPtr;
  42. u_int cdKey;
  43. {
  44.  
  45.     if ( cdKey == BENATAR_HEATOFNIGHT ) { /* 0:38:38-42 */
  46.     tocPtr->discPerformer = "Pat Benatar";
  47.     tocPtr->discTitle = "In the Heat of the Night";
  48. #     if !defined(SKIPSONGS_Pat_Benatar)
  49.     SET_CDtt( 1, 03.29, "Heartbreaker");
  50.     SET_CDtt( 2, 03.31, "I Need a Lover");
  51.     SET_CDtt( 3, 04.23, "If You Think You Know How to Love Me");
  52.     SET_CDtt( 4, 05.25, "In the Heat of the Night");
  53.     SET_CDtt( 5, 03.36, "My Clone Sleeps Alone");
  54.     SET_CDtt( 6, 03.57, "We Live for Love");
  55.     SET_CDtt( 7, 03.18, "Rated X");
  56.     SET_CDtt( 8, 04.04, "Don't Let It Show");
  57.     SET_CDtt( 9, 03.20, "No You Don't");
  58.     SET_CDtt(10, 03.33, "So Sincere");
  59. #     endif
  60.     }
  61.     if ( cdKey == BENATAR_CRIMESOP ) { /* 0:37:29-37 */
  62.     tocPtr->discPerformer = "Pat Benatar";
  63.     tocPtr->discTitle = "Crimes of Passion";
  64. #     if !defined(SKIPSONGS_Pat_Benatar)
  65.     SET_CDtt( 1, 03.25, "Treat Me Right");
  66.     SET_CDtt( 2, 03.05, "You Better Run");
  67.     SET_CDtt( 3, 03.11, "Never Wanna Leave You");
  68.     SET_CDtt( 4, 02.51, "Hit Me With Your Best Shot");
  69.     SET_CDtt( 5, 04.56, "Hell Is For Children");
  70.     SET_CDtt( 6, 03.33, "Little Paradise");
  71.     SET_CDtt( 7, 04.30, "I'm Gonna Follow You");
  72.     SET_CDtt( 8, 04.29, "Wuthering Heights");
  73.     SET_CDtt( 9, 03.08, "Prisoner Of Love");
  74.     SET_CDtt(10, 04.19, "Out–A–Touch");
  75. #     endif
  76.     }
  77.     if ( cdKey == BENATAR_GETNERVOUS ) { /* 0:39:52-25 */
  78.     tocPtr->discPerformer = "Pat Benatar";
  79.     tocPtr->discTitle = "Get Nervous";
  80. #     if !defined(SKIPSONGS_Pat_Benatar)
  81.     SET_CDtt( 1, 04.21, "Shadows Of The Night");
  82.     SET_CDtt( 2, 03.27, "Looking For A Stranger");
  83.     SET_CDtt( 3, 03.43, "Anxiety (Get Nervous)");
  84.     SET_CDtt( 4, 03.58, "Fight It Out");
  85.     SET_CDtt( 5, 04.47, "The Victim");
  86.     SET_CDtt( 6, 04.09, "Little Too Late");
  87.     SET_CDtt( 7, 04.10, "I'll Do It");
  88.     SET_CDtt( 8, 03.43, "I Want Out");
  89.     SET_CDtt( 9, 03.45, "Tell It To Her");
  90.     SET_CDtt(10, 03.47, "Silent Partner");
  91. #     endif
  92.     }
  93.     if ( cdKey == BENATAR_TROPICO ) { /* 0:38:59-32 */
  94.     tocPtr->discPerformer = "Pat Benatar";
  95.     tocPtr->discTitle = "Tropico";
  96. #     if !defined(SKIPSONGS_Pat_Benatar)
  97.     SET_CDtt( 1, 03.22, "Diamond Field");
  98.     SET_CDtt( 2, 03.41, "We Belong");
  99.     SET_CDtt( 3, 05.27, "Painted Desert");
  100.     SET_CDtt( 4, 04.25, "Temporary Heroes");
  101.     SET_CDtt( 5, 04.06, "Love In The Ice Age");
  102.     SET_CDtt( 6, 04.08, "Ooh Ooh Song");
  103.     SET_CDtt( 7, 03.48, "The Outlaw Blues");
  104.     SET_CDtt( 8, 01.48, "Suburban King");
  105.     SET_CDtt( 9, 04.05, "A Crazy World Like This");
  106.     SET_CDtt(10, 04.07, "Takin' It Back");
  107. #     endif
  108.     }
  109.     if ( cdKey == SBOG_CATK_SIMPATICO ) { /* 0:39:25-07 */
  110.     tocPtr->discPerformer = "Suzy Bogguss & Chet Atkins";
  111.     tocPtr->discTitle = "Simpatico";
  112. #     if !defined(SKIPSONGS_Chet_Atkins)
  113.     SET_CDtt( 1, 03.12, "In the Jailhouse Now");
  114.     SET_CDtt( 2, 03.09, "When She Smiled at Him");
  115.     SET_CDtt( 3, 04.23, "Forget About It");
  116.     SET_CDtt( 4, 04.13, "Wives Don't Like Old Girlfriends");
  117.     SET_CDtt( 5, 04.00, "Sorry Seems to be the Hardest Word");
  118.     SET_CDtt( 6, 03.27, "Two Shades of Blue");
  119.     SET_CDtt( 7, 04.28, "One More for the Road");
  120.     SET_CDtt( 8, 03.42, "I Still Miss Someone");
  121.     SET_CDtt( 9, 03.36, "You Bring Out the Best in Me");
  122.     SET_CDtt(10, 05.13, "This is the Beginning");
  123. #     endif
  124.     }
  125.     if ( cdKey == CALL_REDMOON ) { /* 0:39:20-50 */
  126.     tocPtr->discPerformer = "The Call";
  127.     tocPtr->discTitle = "Red Moon";
  128.     SET_CDtt( 1, 04.14, "What's Happened To You");
  129.     SET_CDtt( 2, 03.46, "Red Moon");
  130.     SET_CDtt( 3, 04.06, "You Were There");
  131.     SET_CDtt( 4, 03.23, "Floating Back");
  132.     SET_CDtt( 5, 03.53, "A Swim In The Ocean");
  133.     SET_CDtt( 6, 04.13, "Like You've Never Been Loved");
  134.     SET_CDtt( 7, 03.43, "Family");
  135.     SET_CDtt( 8, 04.09, "This Is Your Life");
  136.     SET_CDtt( 9, 03.39, "The Hand That Feeds You");
  137.     SET_CDtt(10, 04.12, "What A Day");
  138.     }
  139.     if ( cdKey == CHICAGO_VIII ) { /* 0:39:33-25 */
  140.     tocPtr->discPerformer = "Chicago";
  141.     tocPtr->discTitle = "VIII";
  142. #     if !defined(SKIPSONGS_Chicago)
  143.     SET_CDtt( 1, 03.39, "Anyway You Want");
  144.     SET_CDtt( 2, 04.31, "Brand New Love Affair - Parts I & II");
  145.     SET_CDtt( 3, 04.13, "Never Been in Love Before");
  146.     SET_CDtt( 4, 04.47, "Hideaway");
  147.     SET_CDtt( 5, 02.05, "Till We Meet Again");
  148.     SET_CDtt( 6, 03.04, "Harry Truman");
  149.     SET_CDtt( 7, 07.21, "Oh, Thank You Great Spirit");
  150.     SET_CDtt( 8, 02.49, "Long Time No See");
  151.     SET_CDtt( 9, 03.31, "Ain't It Blue?");
  152.     SET_CDtt(10, 03.31, "Old Days");
  153. #     endif
  154.     }
  155.     if ( cdKey == CUSCO_COOLISLE ) { /* 0:39:49-00 */
  156.     tocPtr->discPerformer = "Cusco";
  157.     tocPtr->discTitle = "Cool Islands";
  158.     SET_CDtt( 1, 03.16, "Aurora");
  159.     SET_CDtt( 2, 03.26, "Antarctic Continent");
  160.     SET_CDtt( 3, 03.14, "Penguin Dance");
  161.     SET_CDtt( 4, 05.10, "North Easter");
  162.     SET_CDtt( 5, 04.27, "Whale");
  163.     SET_CDtt( 6, 03.37, "Walrus");
  164.     SET_CDtt( 7, 03.41, "North Pole");
  165.     SET_CDtt( 8, 04.23, "Iceberg");
  166.     SET_CDtt( 9, 03.27, "Blizzard");
  167.     SET_CDtt(10, 05.06, "Tundra");
  168.     }
  169.     if ( cdKey == EAGLES_EAGLES ) { /* 0:37:31-52 */
  170.     tocPtr->discPerformer = "Eagles";
  171.     tocPtr->discTitle = "Eagles";
  172.     tocPtr->discCatNum = "007559050542200";
  173. #     if !defined(SKIPSONGS_Eagles)
  174.     SET_CDtt( 1, 03.35, "Take It Easy");
  175.     SET_CDtt( 2, 04.13, "Witchy Woman");
  176.     SET_CDtt( 3, 03.19, "Chug All Night");
  177.     SET_CDtt( 4, 03.38, "Most of Us Are Sad");
  178.     SET_CDtt( 5, 04.08, "Nightingale");
  179.     SET_CDtt( 6, 04.14, "Train Leaves Here This Morning");
  180.     SET_CDtt( 7, 04.04, "Take the Devil");
  181.     SET_CDtt( 8, 03.03, "Earlybird");
  182.     SET_CDtt( 9, 04.21, "Peaceful Easy Feeling");
  183.     SET_CDtt(10, 02.54, "Tryin'");
  184. #     endif
  185.     }
  186.     if ( cdKey == NGRIFFITH_STORMS ) { /* 0:38:00-20 */
  187.     tocPtr->discPerformer = "Nanci Griffith";
  188.     tocPtr->discTitle = "Storms";
  189. #     if !defined(SKIPSONGS_Nanci_Griffith)
  190.     SET_CDtt( 1, 04.09, "I Don't Wanna Talk About Love Now");
  191.     SET_CDtt( 2, 03.15, "Drive-In Movies and Dashboard Lights");
  192.     SET_CDtt( 3, 03.13, "You Made This Love a Teardrop");
  193.     SET_CDtt( 4, 03.20, "Brave Companion of the Road");
  194.     SET_CDtt( 5, 03.12, "Storms");
  195.     SET_CDtt( 6, 04.02, "It's a Hard Life Wherever You Go");
  196.     SET_CDtt( 7, 03.49, "If Wishes Were Changes");
  197.     SET_CDtt( 8, 03.50, "Listen to the Radio");
  198.     SET_CDtt( 9, 03.31, "Leaving the Harbor");
  199.     SET_CDtt(10, 05.37, "Radio Fragile");
  200. #     endif
  201.     }
  202.     if ( cdKey == HEART_LQUEEN ) { /* 0:39:19-37 */
  203.     tocPtr->discPerformer = "Heart";
  204.     tocPtr->discTitle = "Little Queen";
  205.     SET_CDtt( 1, 04.22, "Barracuda");
  206.     SET_CDtt( 2, 04.16, "Love Alive");
  207.     SET_CDtt( 3, 02.19, "Sylvan Song");
  208.     SET_CDtt( 4, 04.31, "Dream of the Archer");
  209.     SET_CDtt( 5, 02.48, "Kick It Out");
  210.     SET_CDtt( 6, 05.14, "Little Queen");
  211.     SET_CDtt( 7, 03.24, "Treat Me Well");
  212.     SET_CDtt( 8, 03.36, "Say Hello");
  213.     SET_CDtt( 9, 02.52, "Cry To Me");
  214.     SET_CDtt(10, 05.55, "Go On Cry");
  215.     }
  216.     if ( cdKey == ICEHOU_ICEHOUSE ) { /* 0:37:24-37 */
  217.     tocPtr->discPerformer = "Icehouse";
  218.     tocPtr->discTitle = "Icehouse";
  219. #     if !defined(SKIPSONGS_Icehouse)
  220.     SET_CDtt( 1, 04.12, "Icehouse");
  221.     SET_CDtt( 2, 03.52, "Can't Help Myself");
  222.     SET_CDtt( 3, 03.28, "Sister");
  223.     SET_CDtt( 4, 04.02, "Walls");
  224.     SET_CDtt( 5, 04.35, "Sons");
  225.     SET_CDtt( 6, 03.41, "We Can Get Together");
  226.     SET_CDtt( 7, 03.17, "Boulevarde");
  227.     SET_CDtt( 8, 03.52, "Fatman");
  228.     SET_CDtt( 9, 02.47, "Skin");
  229.     SET_CDtt(10, 03.36, "Not My Kind");
  230. #     endif
  231.     }
  232.     if ( cdKey == EJOHN_ELTONJOHN_DJM ) { /* 0:39:31-12 */
  233.     tocPtr->discPerformer = "Elton John";
  234.     tocPtr->discTitle = "Elton John  [DJM]";
  235. #     if !defined(SKIPSONGS_Elton_John)
  236.     SET_CDtt( 1, 04.04, "Your Song");
  237.     SET_CDtt( 2, 02.33, "I Need You To Turn To");
  238.     SET_CDtt( 3, 03.47, "Take Me To The Pilot");
  239.     SET_CDtt( 4, 03.31, "No Shoe Strings on Louise");
  240.     SET_CDtt( 5, 04.47, "First Episode at Hienton");
  241.     SET_CDtt( 6, 04.36, "Sixty Years On");
  242.     SET_CDtt( 7, 03.22, "Border Song");
  243.     SET_CDtt( 8, 04.13, "The Greatest Discovery");
  244.     SET_CDtt( 9, 03.30, "The Cage");
  245.     SET_CDtt(10, 05.06, "The King Must Die");
  246. #     endif
  247.     }
  248.     if ( cdKey == EJOHN_ELTONJOHN_MCA ) { /* 0:39:49-65 */
  249.     tocPtr->discPerformer = "Elton John";
  250.     tocPtr->discTitle = "Elton John  [MCA]";
  251. #     if !defined(SKIPSONGS_Elton_John)
  252.     SET_CDtt( 1, 04.04, "Your Song");
  253.     SET_CDtt( 2, 02.34, "I Need You To Turn To");
  254.     SET_CDtt( 3, 03.50, "Take Me To The Pilot");
  255.     SET_CDtt( 4, 03.33, "No Shoe Strings on Louise");
  256.     SET_CDtt( 5, 04.51, "First Episode at Hienton");
  257.     SET_CDtt( 6, 04.36, "Sixty Years On");
  258.     SET_CDtt( 7, 03.23, "Border Song");
  259.     SET_CDtt( 8, 04.15, "The Greatest Discovery");
  260.     SET_CDtt( 9, 03.32, "The Cage");
  261.     SET_CDtt(10, 05.09, "The King Must Die");
  262. #     endif
  263.     }
  264.     if ( cdKey == EJOHN_ELTONJOHN_POLY ) { /* 0:39:31-68 */
  265.     tocPtr->discPerformer = "Elton John";
  266.     tocPtr->discTitle = "Elton John  [Polydor]";
  267. #     if !defined(SKIPSONGS_Elton_John)
  268.     SET_CDtt( 1, 04.04, "Your Song");
  269.     SET_CDtt( 2, 02.33, "I Need You To Turn To");
  270.     SET_CDtt( 3, 03.47, "Take Me To The Pilot");
  271.     SET_CDtt( 4, 03.31, "No Shoe Strings on Louise");
  272.     SET_CDtt( 5, 04.49, "First Episode at Hienton");
  273.     SET_CDtt( 6, 04.35, "Sixty Years On");
  274.     SET_CDtt( 7, 03.22, "Border Song");
  275.     SET_CDtt( 8, 04.12, "The Greatest Discovery");
  276.     SET_CDtt( 9, 03.30, "The Cage");
  277.     SET_CDtt(10, 05.06, "The King Must Die");
  278. #     endif
  279.     }
  280.     if ( cdKey == GLIGHT_SUMMERTDREAM ) { /* 0:37:53-70 */
  281.     tocPtr->discPerformer = "Gordon Lightfoot";
  282.     tocPtr->discTitle = "Summertime Dream";
  283.     tocPtr->discCatNum = "007599022462000";
  284. #     if !defined(SKIPSONGS_Gordon_Lightfoot)
  285.     SET_CDtt( 1, 03.21, "Race Among the Ruins");
  286.     SET_CDtt( 2, 06.32, "The Wreck of the Edmund Fitzgerald");
  287.     SET_CDtt( 3, 03.31, "I'm Not Supposed to Care");
  288.     SET_CDtt( 4, 03.14, "I'd Do It Again");
  289.     SET_CDtt( 5, 03.05, "Never Too Close");
  290.     SET_CDtt( 6, 04.02, "Protocol");
  291.     SET_CDtt( 7, 02.56, "The House You Live In");
  292.     SET_CDtt( 8, 02.30, "Summertime Dream");
  293.     SET_CDtt( 9, 03.51, "Spanish Moss");
  294.     SET_CDtt(10, 04.49, "Too Many Clues in this Room");
  295. #     endif
  296.     }
  297.     if ( cdKey == GLIGHT_WAITING4YOU ) { /* 0:36:17-25 */
  298.     tocPtr->discPerformer = "Gordon Lightfoot";
  299.     tocPtr->discTitle = "Waiting For You";
  300.     tocPtr->discCatNum = "007599452082700";
  301. #     if !defined(SKIPSONGS_Gordon_Lightfoot)
  302.     SET_CDtt( 1, 03.36, "Restless");
  303.     SET_CDtt( 2, 02.58, "Ring Them Bells");
  304.     SET_CDtt( 3, 03.12, "Fading Away");
  305.     SET_CDtt( 4, 04.20, "Only Love Would Know");
  306.     SET_CDtt( 5, 04.04, "Welcome to Try");
  307.     SET_CDtt( 6, 03.10, "I'll Prove My Love");
  308.     SET_CDtt( 7, 03.36, "Waiting for You");
  309.     SET_CDtt( 8, 04.18, "Wild Strawberries");
  310.     SET_CDtt( 9, 03.44, "I'd Rather Press On");
  311.     SET_CDtt(10, 03.17, "Drink Yer Glasses Empty");
  312. #     endif
  313.     }
  314.     if ( cdKey == JMELLEN_LONEJUBIL ) { /* 0:39:47-25 */
  315.     tocPtr->discPerformer = "John Mellencamp";
  316.     tocPtr->discTitle = "The Lonesome Jubilee";
  317.     SET_CDtt( 1, 03.52, "Paper in Fire");
  318.     SET_CDtt( 2, 03.38, "Down and Out in Paradise");
  319.     SET_CDtt( 3, 04.22, "Check It Out");
  320.     SET_CDtt( 4, 03.59, "The Real Life");
  321.     SET_CDtt( 5, 04.49, "Cherry Bomb");
  322.     SET_CDtt( 6, 04.17, "We Are the People");
  323.     SET_CDtt( 7, 03.45, "Empty Hands");
  324.     SET_CDtt( 8, 03.28, "Hard Times for an Honest Man");
  325.     SET_CDtt( 9, 04.06, "Hot Dogs and Hamburgers");
  326.     SET_CDtt(10, 03.29, "Rooty Toot Toot");
  327.     }
  328.     if ( cdKey == JMELLEN_WHENEVER ) { /* 0:38:53-15 */
  329.     tocPtr->discPerformer = "John Mellencamp";
  330.     tocPtr->discTitle = "Whenever We Wanted";
  331.     SET_CDtt( 1, 03.53, "Love and Happiness");
  332.     SET_CDtt( 2, 03.43, "Now More Than Ever");
  333.     SET_CDtt( 3, 03.37, "I Ain't Ever Satisfied");
  334.     SET_CDtt( 4, 03.47, "Get A Leg Up");
  335.     SET_CDtt( 5, 04.02, "Crazy Ones");
  336.     SET_CDtt( 6, 03.40, "Last Chance");
  337.     SET_CDtt( 7, 04.17, "They're So Tough");
  338.     SET_CDtt( 8, 04.49, "Melting Pot");
  339.     SET_CDtt( 9, 03.44, "Whenever We Wanted");
  340.     SET_CDtt(10, 03.19, "Again Tonight");
  341.     }
  342.     if ( cdKey == MOODY_QUESTIONOB ) { /* 0:38:45-43 */
  343.     tocPtr->discPerformer = "Moody Blues";
  344.     tocPtr->discTitle = "A Question of Balance";
  345.     tocPtr->discCatNum = "004228202112000";
  346. #     if !defined(SKIPSONGS_Moody_Blues)
  347.     SET_CDtt( 1, 05.48, "Question");
  348.     SET_CDtt( 2, 02.46, "How Is It (we are here)");
  349.     SET_CDtt( 3, 02.56, "And the Tide Rushes In");
  350.     SET_CDtt( 4, 02.38, "Don't You Feel Small");
  351.     SET_CDtt( 5, 03.17, "Tortoise and the Hare");
  352.     SET_CDtt( 6, 03.11, "It's Up To You");
  353.     SET_CDtt( 7, 04.27, "Minstrel's Song");
  354.     SET_CDtt( 8, 04.22, "Dawning Is The Day");
  355.     SET_CDtt( 9, 05.45, "Melancholy Man");
  356.     SET_CDtt(10, 03.33, "The Balance");
  357. #     endif
  358.     }
  359.     if ( cdKey == TPHEART_TPHEART_M ) { /* 0:30:57-47 */
  360.     tocPtr->discPerformer = "Tom Petty and the HeartBreakers";
  361.     tocPtr->discTitle = "Tom Petty and the HeartBreakers  [MCA]";
  362.     SET_CDtt( 1, 02.28, "Rockin' Around (With You)");
  363.     SET_CDtt( 2, 02.45, "Breakdown");
  364.     SET_CDtt( 3, 02.14, "Hometown Blues");
  365.     SET_CDtt( 4, 03.02, "The Wild One, Forever");
  366.     SET_CDtt( 5, 02.25, "Anything That's Rock 'n' Roll");
  367.     SET_CDtt( 6, 03.32, "Strangered In The Night");
  368.     SET_CDtt( 7, 03.51, "Fooled Again (I Don't Like It)");
  369.     SET_CDtt( 8, 03.04, "Mystery Man");
  370.     SET_CDtt( 9, 04.00, "Luna");
  371.     SET_CDtt(10, 03.34, "American Girl");
  372.     }
  373.     if ( cdKey == TPHEART_TPHEART_GG ) { /* 0:30:53-22 */
  374.     tocPtr->discPerformer = "Tom Petty and the HeartBreakers";
  375.     tocPtr->discTitle = "Tom Petty and the HeartBreakers  [GoneGator]";
  376.     SET_CDtt( 1, 02.28, "Rockin' Around (With You)");
  377.     SET_CDtt( 2, 02.44, "Breakdown");
  378.     SET_CDtt( 3, 02.14, "Hometown Blues");
  379.     SET_CDtt( 4, 03.02, "The Wild One, Forever");
  380.     SET_CDtt( 5, 02.25, "Anything That's Rock 'n' Roll");
  381.     SET_CDtt( 6, 03.32, "Strangered In The Night");
  382.     SET_CDtt( 7, 03.52, "Fooled Again (I Don't Like It)");
  383.     SET_CDtt( 8, 03.04, "Mystery Man");
  384.     SET_CDtt( 9, 03.59, "Luna");
  385.     SET_CDtt(10, 03.31, "American Girl");
  386.     }
  387.     if ( cdKey == TPHEART_GETIT_M ) { /* 0:29:39-58 */
  388.     tocPtr->discPerformer = "Tom Petty and the HeartBreakers";
  389.     tocPtr->discTitle = "You're Gonna Get It!  [MCA]";
  390.     SET_CDtt( 1, 02.48, "When The Time Comes");
  391.     SET_CDtt( 2, 03.00, "You're Gonna Get It");
  392.     SET_CDtt( 3, 03.20, "Hurt");
  393.     SET_CDtt( 4, 03.02, "Magnolia");
  394.     SET_CDtt( 5, 02.58, "Too Much Ain't Enough");
  395.     SET_CDtt( 6, 02.26, "I Need To Know");
  396.     SET_CDtt( 7, 03.05, "Listen To Her Heart");
  397.     SET_CDtt( 8, 02.42, "No Second Thoughts");
  398.     SET_CDtt( 9, 03.22, "Restless");
  399.     SET_CDtt(10, 02.54, "Baby's A Rock 'n' Roller");
  400.     }
  401.     if ( cdKey == TPHEART_GETIT_GG ) { /* 0:29:37-22 */
  402.     tocPtr->discPerformer = "Tom Petty and the HeartBreakers";
  403.     tocPtr->discTitle = "You're Gonna Get It!  [GoneGator]";
  404.     SET_CDtt( 1, 02.48, "When The Time Comes");
  405.     SET_CDtt( 2, 03.00, "You're Gonna Get It");
  406.     SET_CDtt( 3, 03.20, "Hurt");
  407.     SET_CDtt( 4, 03.01, "Magnolia");
  408.     SET_CDtt( 5, 02.57, "Too Much Ain't Enough");
  409.     SET_CDtt( 6, 02.27, "I Need To Know");
  410.     SET_CDtt( 7, 03.04, "Listen To Her Heart");
  411.     SET_CDtt( 8, 02.42, "No Second Thoughts");
  412.     SET_CDtt( 9, 03.23, "Restless");
  413.     SET_CDtt(10, 02.53, "Baby's A Rock 'n' Roller");
  414.     }
  415.     if ( cdKey == TPHEART_LONGAFTER ) { /* 0:37:30-00 */
  416.     tocPtr->discPerformer = "Tom Petty and the HeartBreakers";
  417.     tocPtr->discTitle = "Long After Dark";
  418.     SET_CDtt( 1, 03.03, "A One Story Town");
  419.     SET_CDtt( 2, 03.32, "You Got Lucky");
  420.     SET_CDtt( 3, 03.25, "Deliver Me");
  421.     SET_CDtt( 4, 03.17, "Change Of Heart");
  422.     SET_CDtt( 5, 03.34, "Finding Out");
  423.     SET_CDtt( 6, 03.35, "We Stand A Chance");
  424.     SET_CDtt( 7, 03.47, "Straight Into Darkness");
  425.     SET_CDtt( 8, 03.30, "The Same Old You");
  426.     SET_CDtt( 9, 05.13, "Between Two Worlds");
  427.     SET_CDtt(10, 04.32, "A Wasted Life");
  428.     }
  429.     if ( cdKey == PINKF_EARLYSING_SO ) { /* 0:33:29-03 */
  430.     tocPtr->discPerformer = "Pink Floyd";
  431.     tocPtr->discTitle = "The Early Singles  [“Shine On” box]";
  432. #     if !defined(SKIPSONGS_Pink_Floyd)
  433.     SET_CDtt( 1, 02.57, "Arnold Lane");
  434.     SET_CDtt( 2, 02.47, "Candy and a Currant Bun");
  435.     SET_CDtt( 3, 02.55, "See Emily Play");
  436.     SET_CDtt( 4, 02.11, "The Scarecrow");
  437.     SET_CDtt( 5, 03.08, "Apples and Oranges");
  438.     SET_CDtt( 6, 03.47, "Paintbox");
  439.     SET_CDtt( 7, 03.46, "It Would Be So Nice");
  440.     SET_CDtt( 8, 02.36, "Julia Dream");
  441.     SET_CDtt( 9, 03.35, "Point Me At the Sky");
  442.     SET_CDtt(10, 05.45, "Careful With That Axe, Eugene");
  443. #     endif
  444.     }
  445.     if ( cdKey == LRONST_FEELSLIKEHOME ) { /* 0:39:32-70 */
  446.     tocPtr->discPerformer = "Linda Ronstadt";
  447.     tocPtr->discTitle = "Feels Like Home";
  448.     tocPtr->discCatNum = "007559617032100";
  449.     SET_CDtt( 1, 03.59, "The Waiting");
  450.     SET_CDtt( 2, 02.58, "Walk On");
  451.     SET_CDtt( 3, 04.24, "High Sierra");
  452.     SET_CDtt( 4, 03.33, "After the Gold Rush");
  453.     SET_CDtt( 5, 05.05, "The Blue Train");
  454.     SET_CDtt( 6, 04.50, "Feels Like Home");
  455.     SET_CDtt( 7, 03.09, "Teardrops Will Fall");
  456.     SET_CDtt( 8, 03.57, "Morning Blues");
  457.     SET_CDtt( 9, 03.34, "Women Cross the River");
  458.     SET_CDtt(10, 04.01, "Lover's Return");
  459.     }
  460.     if ( cdKey == PSIMON_STILLCRAZY ) { /* 0:35:14-03 */
  461.     tocPtr->discPerformer = "Paul Simon";
  462.     tocPtr->discTitle = "Still Crazy After All These Years";
  463.     tocPtr->discCatNum = "007599255912600";
  464. #     if !defined(SKIPSONGS_Paul_Simon)
  465.     SET_CDtt( 1, 03.26, "Still Crazy After All These Years");
  466.     SET_CDtt( 2, 03.52, "My Little Town");
  467.     SET_CDtt( 3, 03.35, "I Do It For Your Love");
  468.     SET_CDtt( 4, 03.38, "50 Ways to Leave Your Lover");
  469.     SET_CDtt( 5, 02.57, "Night Game");
  470.     SET_CDtt( 6, 03.41, "Gone At Last");
  471.     SET_CDtt( 7, 03.14, "Some Folks' Lives Roll Easy");
  472.     SET_CDtt( 8, 03.26, "Have a Good Time");
  473.     SET_CDtt( 9, 03.20, "You're Kind");
  474.     SET_CDtt(10, 04.03, "Silent Eyes");
  475. #     endif
  476.     }
  477.     if ( cdKey == BSPRING_LUCKYTOWN ) { /* 0:39:41-13 */
  478.     tocPtr->discPerformer = "Bruce Springsteen";
  479.     tocPtr->discTitle = "Lucky Town";
  480. #     if !defined(SKIPSONGS_Bruce_Springsteen)
  481.     SET_CDtt( 1, 04.08, "Better Days");
  482.     SET_CDtt( 2, 03.27, "Lucky Town");
  483.     SET_CDtt( 3, 04.05, "Local Hero");
  484.     SET_CDtt( 4, 02.58, "If I Should Fall Behind");
  485.     SET_CDtt( 5, 03.27, "Leap of Faith");
  486.     SET_CDtt( 6, 04.06, "The Big Muddy");
  487.     SET_CDtt( 7, 04.49, "Living Proof");
  488.     SET_CDtt( 8, 04.25, "Book of Dreams");
  489.     SET_CDtt( 9, 04.18, "Souls of the Departed");
  490.     SET_CDtt(10, 03.56, "My Beautiful Reward");
  491. #     endif
  492.     }
  493. }
  494.